From: Wei Liu Date: Wed, 25 Feb 2015 14:56:06 +0000 (+0000) Subject: libxl: update libxl.h to say _dispose is idempotent X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3680 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=f3d370b016cfc82dbda0a800a1c9382a2bcc30f8;p=xen.git libxl: update libxl.h to say _dispose is idempotent Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson Acked-by: Ian Campbell --- diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index f784df59e8..e3d2ae8c04 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -308,8 +308,7 @@ * once afterwards, to clean up, regardless of whether operations on * this object succeeded or failed. See the xl code for examples. * - * "init" is idempotent. We intend that "dispose" will become - * idempotent, but this is not currently the case. + * "init" and "dispose" are idempotent. * * void libxl__init( *p): *